PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStringLayoutOptions Class


In This Topic
    PDFStringLayoutOptions Class Methods
    In This Topic

    For a list of all members of this type, see PDFStringLayoutOptions members.

    Public Methods
     NameDescription
    Public MethodGets a flag indicating whether long words should wrap if they do not fit entirely on a single line.  
    Public MethodGets the height of rectangle that defines the text location.
    The text is cut when its height is greater than this height. If this is 0 or negative, its value is ignored and the text overflows.  
    Public MethodGets the horizontal alignment of text.  
    Public MethodGets the line spacing adjustment.
    This value is added to default line spacing in order to increase or decrease the spacing between lines of text in a text box.  
    Public MethodGets the rotation angle of the text.
    The text is rotated counterclockwise.  
    Public MethodGets the text direction.  
    Public MethodGets the vertical alignment of text.
    The anchor point depends on the horizontal text alignment.  
    Public MethodGets the width of rectangle that defines the text location.
    The text is automatically wrapped when the text width is greater than this width. If this is 0 or negative, its value is ignored and the text is not wrapped.  
    Public MethodGets the X coordinate of the text anchor point.  
    Public MethodGets the Y coordinate of the text anchor point.
    The anchor point depends on the vertical text alignment.  
    Public MethodSets a flag indicating whether long words should wrap if they do not fit entirely on a single line.  
    Public MethodSets the height of rectangle that defines the text location.
    The text is cut when its height is greater than this height. If this is 0 or negative, its value is ignored and the text overflows.  
    Public MethodSets the horizontal alignment of text.  
    Public MethodSets the line spacing adjustment.
    This value is added to default line spacing in order to increase or decrease the spacing between lines of text in a text box.  
    Public MethodSets the rotation angle of the text.
    The text is rotated counterclockwise.  
    Public MethodSets the text direction.  
    Public MethodSets the vertical alignment of text.
    The anchor point depends on the horizontal text alignment.  
    Public MethodSets the width of rectangle that defines the text location.
    The text is automatically wrapped when the text width is greater than this width. If this is 0 or negative, its value is ignored and the text is not wrapped.  
    Public MethodSets the X coordinate of the text anchor point.  
    Public MethodSets the Y coordinate of the text anchor point.
    The anchor point depends on the vertical text alignment.  
    Top
    See Also